/* ═══════════════════════════════════════════════════════════════
   H&E GLOBAL SOURCING — FRONTEND v3.2
   Design: Precision Ledger · Editorial1 Financial Gravitas
   Cormorant Garamond · Syne · JetBrains Mono
   Obsidian · Burnished Gold · Cream · Slate
═══════════════════════════════════════════════════════════════ */

:root {
  --ink:        #05090f;
  --ink-2:      #0b1220;
  --ink-3:      #111c30;
  --ink-4:      #1a2a42;
  --gold:       #b8871a;
  --gold-2:     #d4a520;
  --gold-3:     #e8c040;
  --gold-pale:  rgba(184,135,26,.10);
  --gold-mist:  rgba(184,135,26,.04);
  --slate:      #1e4d6e;
  --slate-2:    #286690;
  --slate-3:    #3d8aad;
  --slate-pale: rgba(30,77,110,.10);
  --sage:       #1a4a36;
  --sage-2:     #256648;
  --sage-3:     #2e9060;
  --cream:      #f5f0e8;
  --cream-2:    #ede5d4;
  --cream-3:    #ddd0b6;
  --parchment:  #faf7f2;
  --white:      #ffffff;
  --rule:       rgba(255,255,255,.07);
  --rule-light: rgba(0,0,0,.08);
  --text:       #1a2332;
  --text-mid:   #4a5c70;
  --text-dim:   #8a9bb0;
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'Syne', sans-serif;
  --mono:       'JetBrains Mono', monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--sans);
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ── Grain texture overlay ── */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: .4;
  mix-blend-mode: overlay;
}

/* ═══════════════════════════════════
   SCROLL PROGRESS
═══════════════════════════════════ */
.scroll-prog {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 700;
  background: linear-gradient(90deg, var(--gold-2), var(--slate-3), var(--sage-3));
  transform-origin: left; transform: scaleX(0); transition: transform .1s linear;
}

/* ═══════════════════════════════════
   PORTAL ACCESS BAR
═══════════════════════════════════ */
.access-bar {
  background: var(--ink);
  border-bottom: 1px solid rgba(184,135,26,.2);
  padding: 0 60px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 500;
}
.ab-left {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: var(--mono);
  font-size: 9.5px;
  color: rgba(255,255,255,.3);
  letter-spacing: .08em;
}
.ab-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold-2);
  display: inline-block;
  animation: pulse-dot 2.5s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity: 1; } 50% { opacity: .3; }
}
.ab-live { color: var(--gold-2); }
.ab-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ab-link {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  color: rgba(255,255,255,.45);
  cursor: pointer;
  transition: color .15s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ab-link:hover { color: rgba(255,255,255,.8); }
.ab-link-portal {
  color: var(--gold-2);
  border: 1px solid rgba(184,135,26,.3);
  border-radius: 4px;
  padding: 3px 10px;
  transition: all .15s;
}
.ab-link-portal:hover {
  background: rgba(184,135,26,.1);
  color: var(--gold-3);
}
.ab-sep { color: rgba(255,255,255,.12); font-size: 11px; }

/* ═══════════════════════════════════
   NAV
═══════════════════════════════════ */
.nav {
  background: rgba(5,9,15,.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 68px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  position: sticky;
  top: 36px;
  z-index: 490;
  border-bottom: 1px solid var(--rule);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-mark {
  width: 38px; height: 38px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--gold-2) 0%, var(--slate-2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -.02em;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(184,135,26,.25);
}
.nav-wordmark { display: flex; flex-direction: column; line-height: 1; }
.nav-he {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: .01em;
}
.nav-sub {
  font-family: var(--mono);
  font-size: 7.5px;
  color: rgba(255,255,255,.3);
  letter-spacing: .14em;
  margin-top: 2px;
}
.nav-links {
  display: flex;
  gap: 0;
  margin-left: 48px;
  list-style: none;
}
.nav-links li a {
  display: block;
  padding: 6px 13px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  transition: all .15s;
  letter-spacing: .02em;
}
.nav-links li a:hover { color: var(--white); background: rgba(255,255,255,.06); }
.nav-r { margin-left: auto; display: flex; gap: 10px; align-items: center; }

.btn-nav-staff {
  background: transparent;
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.6);
  padding: 7px 16px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--sans);
  transition: all .15s;
  letter-spacing: .02em;
}
.btn-nav-staff:hover { border-color: rgba(255,255,255,.35); color: var(--white); }

.btn-nav-client {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  border: none;
  color: var(--ink);
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--sans);
  transition: all .15s;
  letter-spacing: .02em;
  box-shadow: 0 2px 12px rgba(184,135,26,.3);
}
.btn-nav-client:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 18px rgba(184,135,26,.4);
}

.btn-nav-scope {
  background: transparent;
  border: none;
  color: rgba(255,255,255,.5);
  padding: 7px 0;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--sans);
  transition: color .15s;
}
.btn-nav-scope:hover { color: var(--white); }

/* ── Login panel (slide down from nav) ── */
.login-panel {
  position: fixed;
  top: 104px; /* access bar + nav */
  left: 0; right: 0;
  background: var(--ink-2);
  border-bottom: 1px solid rgba(184,135,26,.2);
  z-index: 480;
  transform: translateY(-110%);
  transition: transform .28s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.login-panel.open { transform: translateY(0); }
.lp-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.lp-brand {
  padding-right: 48px;
  border-right: 1px solid var(--rule);
}
.lp-brand-eyebrow {
  font-family: var(--mono);
  font-size: 8px;
  color: var(--gold-2);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lp-brand-title {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 12px;
}
.lp-brand-body {
  font-size: 12px;
  color: rgba(255,255,255,.45);
  line-height: 1.75;
  margin-bottom: 20px;
}
.lp-access-types {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-at {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 7px;
  border: 1px solid var(--rule);
  font-size: 11px;
  color: rgba(255,255,255,.5);
  cursor: pointer;
  transition: all .15s;
}
.lp-at:hover { border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.8); }
.lp-at-dot {
  width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0;
}
.lp-form { padding: 0; }
.lp-tabs {
  display: flex;
  gap: 0;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 3px;
  margin-bottom: 20px;
}
.lp-tab {
  flex: 1;
  padding: 7px 12px;
  border: none;
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  color: rgba(255,255,255,.35);
  transition: all .15s;
}
.lp-tab.active-s {
  background: rgba(184,135,26,.12);
  color: var(--gold-2);
  border: 1px solid rgba(184,135,26,.25);
}
.lp-tab.active-c {
  background: rgba(30,77,110,.2);
  color: var(--slate-3);
  border: 1px solid rgba(30,77,110,.35);
}
.lp-err {
  display: none;
  background: rgba(239,68,68,.08);
  border: 1px solid rgba(239,68,68,.2);
  border-radius: 7px;
  padding: 9px 13px;
  font-size: 11px;
  color: #f87171;
  margin-bottom: 14px;
}
.lp-err.show { display: block; }
.lp-field { margin-bottom: 12px; }
.lp-label {
  display: block;
  font-family: var(--mono);
  font-size: 8px;
  color: rgba(255,255,255,.3);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 5px;
}
.lp-input {
  width: 100%;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 7px;
  padding: 10px 13px;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--white);
  outline: none;
  transition: border-color .15s;
}
.lp-input::placeholder { color: rgba(255,255,255,.2); }
.lp-input:focus { border-color: var(--gold-2); }
.lp-input.fc:focus { border-color: var(--slate-3); }
.lp-submit {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .15s;
  margin-top: 4px;
}
.lp-submit-s {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  color: var(--ink);
  box-shadow: 0 4px 16px rgba(184,135,26,.25);
}
.lp-submit-c {
  background: linear-gradient(135deg, var(--slate-2) 0%, var(--slate-3) 100%);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(30,77,110,.3);
}
.lp-submit:hover { transform: translateY(-1px); }
.lp-demo {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.lp-demo-label {
  font-family: var(--mono);
  font-size: 8px;
  color: rgba(255,255,255,.2);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.lp-demo-row { display: flex; gap: 7px; flex-wrap: wrap; }
.lp-demo-chip {
  padding: 5px 10px;
  border: 1px solid var(--rule);
  border-radius: 5px;
  font-family: var(--mono);
  font-size: 8.5px;
  color: rgba(255,255,255,.4);
  cursor: pointer;
  transition: all .14s;
  background: none;
}
.lp-demo-chip:hover {
  border-color: rgba(255,255,255,.2);
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.04);
}
.lp-close {
  position: absolute;
  top: 20px;
  right: 60px;
  background: none;
  border: none;
  color: rgba(255,255,255,.35);
  font-size: 18px;
  cursor: pointer;
  transition: color .15s;
  font-family: var(--sans);
}
.lp-close:hover { color: rgba(255,255,255,.7); }
.lp-loading {
  display: none;
  text-align: center;
  padding: 8px;
}
.lp-loading.show { display: block; }
.lp-load-icon { font-size: 22px; margin-bottom: 6px; }
.lp-load-text { font-size: 12px; color: rgba(255,255,255,.5); }

/* ═══════════════════════════════════
   HERO
═══════════════════════════════════ */
.hero {
  background: var(--ink);
  min-height: calc(100vh - 104px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* Atmospheric background */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 30%, rgba(184,135,26,.06) 0%, transparent 55%),
    radial-gradient(ellipse 60% 80% at 90% 70%, rgba(30,77,110,.09) 0%, transparent 55%);
  pointer-events: none;
}
/* Ledger line grid */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
/* Vertical rule — the signature ledger element */
.hero-vrule {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(184,135,26,.15) 20%, rgba(184,135,26,.15) 80%, transparent);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 0;
  flex: 1;
  align-items: center;
}

/* Left: editorial typographic hero */
.hero-left {
  padding: 80px 64px 80px 60px;
  border-right: 1px solid rgba(255,255,255,.05);
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.hero-eyebrow-line {
  width: 32px;
  height: 1px;
  background: var(--gold-2);
}
.hero-eyebrow-text {
  font-family: var(--mono);
  font-size: 9px;
  color: var(--gold-2);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-h1 {
  font-family: var(--serif);
  font-size: 78px;
  font-weight: 300;
  color: var(--white);
  line-height: .95;
  letter-spacing: -.02em;
  margin-bottom: 32px;
}
.hero-h1 em {
  font-style: italic;
  font-weight: 300;
}
.hero-h1 .h1-gold {
  color: var(--gold-3);
  display: block;
}
.hero-h1 .h1-slate {
  font-weight: 600;
  font-style: normal;
  color: rgba(255,255,255,.9);
}

.hero-rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-2) 0%, rgba(30,77,110,.4) 60%, transparent 100%);
  margin: 28px 0;
}

.hero-tagline {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,.45);
  margin-bottom: 18px;
  letter-spacing: .01em;
}
.hero-body {
  font-size: 14px;
  color: rgba(255,255,255,.45);
  line-height: 1.85;
  max-width: 500px;
  margin-bottom: 40px;
}
.hero-body strong { color: rgba(255,255,255,.75); font-weight: 600; }

.hero-ctas {
  display: flex;
  gap: 12px;
  margin-bottom: 56px;
  align-items: center;
}
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  color: var(--ink);
  padding: 14px 30px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  transition: all .2s;
  letter-spacing: .02em;
  box-shadow: 0 4px 20px rgba(184,135,26,.3);
}
.btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(184,135,26,.4); }

.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255,255,255,.6);
  padding: 14px 24px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,.15);
  cursor: pointer;
  font-family: var(--sans);
  transition: all .2s;
  letter-spacing: .02em;
}
.btn-hero-ghost:hover { border-color: var(--slate-3); color: var(--slate-3); }

/* Proof stats */
.hero-proof {
  display: flex;
  gap: 0;
}
.hp-item {
  flex: 1;
  padding: 0 20px 0 0;
  border-right: 1px solid rgba(255,255,255,.07);
}
.hp-item:last-child { border: none; padding-right: 0; padding-left: 20px; }
.hp-item:first-child { padding-left: 0; }
.hp-num {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 600;
  background: linear-gradient(135deg, var(--gold-2) 0%, var(--slate-3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 5px;
}
.hp-lbl {
  font-family: var(--mono);
  font-size: 8.5px;
  color: rgba(255,255,255,.3);
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 1.4;
}

/* Right: LCC widget */
.hero-right {
  padding: 60px 60px 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-widget {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hw-header {
  padding: 14px 18px;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hw-title {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.4);
}
.hw-badge {
  font-family: var(--mono);
  font-size: 8px;
  padding: 2px 9px;
  border-radius: 10px;
  background: rgba(184,135,26,.12);
  color: var(--gold-3);
  border: 1px solid rgba(184,135,26,.2);
}
.hw-body { padding: 18px; }
.hw-label {
  font-family: var(--mono);
  font-size: 8px;
  color: rgba(255,255,255,.35);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 5px;
}
.hw-row { margin-bottom: 12px; }
.hw-select, .hw-input {
  width: 100%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 6px;
  padding: 8px 11px;
  font-family: var(--sans);
  font-size: 12px;
  color: var(--white);
  outline: none;
  transition: border .15s;
  appearance: none;
}
.hw-select:focus, .hw-input:focus { border-color: var(--gold-2); }
.hw-select option { background: var(--ink-2); }
.hw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.hw-result {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 9px;
  padding: 13px 15px;
  margin-bottom: 12px;
}
.hw-result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.hw-result-row:last-child { border: none; }
.hw-rl { font-size: 10px; color: rgba(255,255,255,.4); }
.hw-rv { font-family: var(--mono); font-size: 10px; font-weight: 500; color: var(--white); }
.hw-rv.green { color: #4ade80; }
.hw-rv.red { color: #f87171; }
.hw-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0 0;
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 5px;
}
.hw-tv {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--gold-2);
}
.hw-cta {
  display: block;
  width: 100%;
  padding: 11px;
  border-radius: 7px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--sans);
  border: none;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  color: var(--ink);
  transition: all .15s;
  letter-spacing: .01em;
}
.hw-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(184,135,26,.3); }

/* ── Trust bar ── */
.trust-bar {
  background: var(--ink-2);
  border-top: 1px solid rgba(255,255,255,.04);
  padding: 16px 60px;
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 2;
}
.tb-label {
  font-family: var(--mono);
  font-size: 8px;
  color: rgba(255,255,255,.2);
  text-transform: uppercase;
  letter-spacing: .14em;
  white-space: nowrap;
  margin-right: 36px;
  padding-right: 36px;
  border-right: 1px solid var(--rule);
}
.tb-items { display: flex; gap: 32px; flex-wrap: wrap; align-items: center; }
.tb-item {
  font-size: 12px;
  color: rgba(255,255,255,.35);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--sans);
}
.tb-item::before {
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2), var(--slate-3));
  flex-shrink: 0;
}

/* ═══════════════════════════════════
   SHARED SECTION UTILS
═══════════════════════════════════ */
.section { padding: 96px 60px; }
.section-sm { padding: 64px 60px; }
.section-dark { background: var(--ink); color: var(--white); }
.container { max-width: 1180px; margin: 0 auto; }

.overline {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}
.overline-slate { color: var(--slate-2); }
.overline-sage { color: var(--sage-2); }
.overline-light { color: rgba(184,135,26,.7); }

.section-h {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}
.section-h em { font-style: italic; color: var(--gold); }
.section-h-light { color: var(--white); }
.section-h-light em { color: var(--gold-3); }
.section-sub {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  max-width: 600px;
}
.section-sub-light { color: rgba(255,255,255,.45); }
.two-col-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.center-head { text-align: center; margin-bottom: 56px; }
.center-head .section-sub { margin: 0 auto; }
.center-head .section-h { margin-bottom: 14px; }

/* ═══════════════════════════════════
   RESULTS
═══════════════════════════════════ */
.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.05);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}
.result-card {
  padding: 36px 28px;
  background: var(--ink-2);
  text-align: center;
  position: relative;
  transition: background .2s;
  cursor: default;
}
.result-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 15%; right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0;
  transition: opacity .2s;
}
.result-card:hover { background: var(--ink-3); }
.result-card:hover::after { opacity: 1; }
.rc-num {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(135deg, var(--gold-2) 0%, var(--slate-3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.rc-unit {
  font-family: var(--mono);
  font-size: 9px;
  color: rgba(255,255,255,.35);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 7px;
}
.rc-lbl { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.55; }

/* Case cards */
.cases-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.case-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  overflow: hidden;
  transition: all .2s;
}
.case-card:hover { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.case-header {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.case-client {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.case-type {
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 3px;
}
.ct-gold { color: rgba(232,192,64,.65); }
.ct-slate { color: rgba(61,138,173,.7); }
.ct-sage { color: rgba(46,144,96,.7); }
.case-badge {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.cb-green {
  background: rgba(22,101,52,.12);
  color: #4ade80;
  border: 1px solid rgba(74,222,128,.2);
}
.cb-gold {
  background: rgba(184,135,26,.1);
  color: var(--gold-3);
  border: 1px solid rgba(184,135,26,.2);
}
.cb-slate {
  background: rgba(30,77,110,.15);
  color: var(--slate-3);
  border: 1px solid rgba(61,138,173,.2);
}
.case-body { padding: 18px 22px; }
.case-challenge { font-size: 12px; color: rgba(255,255,255,.45); line-height: 1.75; margin-bottom: 14px; }
.case-metrics {
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.05);
  padding-top: 14px;
}
.cm-item {
  flex: 1;
  text-align: center;
  padding: 0 12px;
  border-right: 1px solid rgba(255,255,255,.05);
}
.cm-item:last-child { border: none; }
.cm-val {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}
.cm-lbl {
  font-family: var(--mono);
  font-size: 7.5px;
  color: rgba(255,255,255,.3);
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* Featured case */
.case-wide {
  background: var(--ink-2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 300px;
  margin-bottom: 20px;
}
.cw-body { padding: 32px 36px; }
.cw-eyebrow {
  font-family: var(--mono);
  font-size: 8.5px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--gold-2);
  margin-bottom: 10px;
}
.cw-h {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.25;
}
.cw-p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.8; margin-bottom: 18px; }
.cw-pills { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 20px; }
.cw-pill {
  font-family: var(--mono);
  font-size: 8px;
  padding: 3px 9px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.4);
}
.cw-side {
  padding: 28px 24px;
  background: rgba(255,255,255,.02);
  border-left: 1px solid rgba(255,255,255,.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.cw-metric {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  text-align: center;
}
.cw-metric:last-child { border: none; }
.cw-mval {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  background: linear-gradient(135deg, var(--gold-2), var(--slate-3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cw-mlbl {
  font-family: var(--mono);
  font-size: 8px;
  color: rgba(255,255,255,.3);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 3px;
}

/* ═══════════════════════════════════
   FRAMEWORK
═══════════════════════════════════ */
.sts-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  background: var(--ink);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  overflow: hidden;
  margin: 40px 0;
}
.sts-stream { padding: 32px 36px; }
.sts-stream-label {
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 12px;
}
.ssl-gold { color: var(--gold-2); }
.ssl-slate { color: var(--slate-3); }
.sts-h {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}
.sts-p { font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.7; margin-bottom: 16px; }
.sts-pillars { display: flex; flex-direction: column; gap: 4px; }
.sts-pillar {
  font-family: var(--mono);
  font-size: 9.5px;
  padding: 5px 9px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.stp-gold { background: rgba(184,135,26,.07); color: rgba(232,192,64,.75); }
.stp-slate { background: rgba(30,77,110,.09); color: rgba(61,138,173,.8); }
.stp-num { font-size: 7.5px; opacity: .45; min-width: 18px; }

.sts-centre {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.02);
  border-left: 1px solid rgba(255,255,255,.05);
  border-right: 1px solid rgba(255,255,255,.05);
  min-width: 200px;
}
.sts-mark {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  background: linear-gradient(135deg, var(--gold-2), var(--slate-3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 4px;
}
.sts-tm {
  font-family: var(--mono);
  font-size: 6.5px;
  color: rgba(255,255,255,.2);
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: .1em;
}
.sts-zones { display: flex; flex-direction: column; gap: 5px; width: 100%; }
.sts-zone {
  padding: 6px 10px;
  border-radius: 5px;
  font-family: var(--mono);
  font-size: 7.5px;
  text-align: center;
  border: 1px solid;
}
.stz-1 { background: rgba(184,135,26,.07); border-color: rgba(184,135,26,.2); color: var(--gold-3); }
.stz-2 { background: rgba(185,28,28,.05); border-color: rgba(185,28,28,.15); color: #fca5a5; }
.stz-3 { background: rgba(30,77,110,.1); border-color: rgba(30,77,110,.2); color: var(--slate-3); }
.stz-4 { background: rgba(26,74,54,.1); border-color: rgba(26,74,54,.25); color: #6ee7b7; }
.stz-5 { background: rgba(88,28,135,.07); border-color: rgba(88,28,135,.18); color: #c4b5fd; }

/* ═══════════════════════════════════
   SERVICES
═══════════════════════════════════ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc-card {
  border-radius: 11px;
  padding: 26px 22px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.03);
  transition: all .2s;
}
.svc-card:hover { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); transform: translateY(-2px); }
.svc-icon { font-size: 22px; margin-bottom: 12px; }
.svc-zone {
  font-family: var(--mono);
  font-size: 7.5px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}
.svz-gold { color: var(--gold-2); }
.svz-slate { color: var(--slate-3); }
.svc-h {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}
.svc-p { font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.75; margin-bottom: 14px; }
.svc-dels { display: flex; flex-direction: column; gap: 4px; }
.svc-del {
  font-family: var(--mono);
  font-size: 8.5px;
  color: rgba(255,255,255,.3);
  display: flex;
  align-items: center;
  gap: 6px;
}
.svc-del::before { content: '→'; font-size: 8px; opacity: .5; }

/* ═══════════════════════════════════
   TEAM
═══════════════════════════════════ */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.team-card {
  background: var(--parchment);
  border: 1px solid var(--cream-2);
  border-radius: 12px;
  overflow: hidden;
  transition: all .2s;
}
.team-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(5,9,15,.1); }
.team-stripe { height: 4px; }
.ts-gold { background: linear-gradient(90deg, var(--gold), var(--gold-2)); }
.ts-slate { background: linear-gradient(90deg, var(--slate), var(--slate-2)); }
.ts-sage { background: linear-gradient(90deg, var(--sage), var(--sage-2)); }
.team-body { padding: 20px; }
.team-initial {
  width: 46px;
  height: 46px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 13px;
}
.ti-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); }
.ti-slate { background: linear-gradient(135deg, var(--slate), var(--slate-2)); }
.ti-sage { background: linear-gradient(135deg, var(--sage), var(--sage-2)); }
.ti-gray { background: linear-gradient(135deg, #4a5c70, #6a7c90); }
.team-name {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 2px;
}
.team-role {
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-dim);
  margin-bottom: 12px;
}
.team-stat { font-size: 12px; color: var(--text-mid); line-height: 1.6; }
.team-stat strong { color: var(--ink); font-weight: 700; }
.team-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.team-tag {
  font-family: var(--mono);
  font-size: 7.5px;
  padding: 2px 8px;
  border-radius: 10px;
  background: var(--cream-2);
  color: var(--text-dim);
  border: 1px solid var(--cream-3);
}

/* ═══════════════════════════════════
   TOOLS / LCC CALCULATOR
═══════════════════════════════════ */
.tool-card {
  background: var(--ink-2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  overflow: hidden;
}
.tool-header {
  padding: 16px 22px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tool-title {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.4);
}
.tool-badge {
  font-family: var(--mono);
  font-size: 7.5px;
  padding: 2px 9px;
  border-radius: 10px;
  background: rgba(184,135,26,.1);
  color: var(--gold-3);
  border: 1px solid rgba(184,135,26,.18);
}
.tool-body { padding: 22px; }
.tl {
  font-family: var(--mono);
  font-size: 8px;
  color: rgba(255,255,255,.35);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 5px;
}
.t-input, .t-select {
  width: 100%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 6px;
  padding: 9px 12px;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--white);
  outline: none;
  transition: border .15s;
  appearance: none;
}
.t-input:focus, .t-select:focus { border-color: var(--gold-2); }
.t-select option { background: var(--ink-2); }
.t-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.t-row { margin-bottom: 12px; }
.t-bar-row { margin-bottom: 7px; }
.t-bar-head {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin-bottom: 4px;
}
.t-bar-lbl { color: rgba(255,255,255,.4); }
.t-bar-val { font-family: var(--mono); color: var(--white); }
.t-bar-track { background: rgba(255,255,255,.06); border-radius: 2px; height: 5px; overflow: hidden; }
.t-bar-fill { height: 100%; border-radius: 2px; transition: width .4s ease; }
.t-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255,255,255,.07);
}
.t-total-lbl { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.6); }
.t-total-val {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  color: var(--gold-2);
}
.t-savings-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  background: rgba(74,222,128,.08);
  border: 1px solid rgba(74,222,128,.2);
  border-radius: 20px;
  padding: 4px 11px;
  font-family: var(--mono);
  font-size: 9px;
  color: #4ade80;
}
.t-cta {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 7px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  margin-top: 14px;
  font-family: var(--sans);
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--ink);
  transition: all .15s;
  letter-spacing: .02em;
}
.t-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(184,135,26,.25); }

/* ═══════════════════════════════════
   INCOTERMS
═══════════════════════════════════ */
.inco-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 24px; }
.inco-card {
  padding: 14px 16px;
  border-radius: 9px;
  border: 1px solid var(--cream-3);
  cursor: pointer;
  transition: all .18s;
  background: var(--white);
}
.inco-card:hover, .inco-card.active {
  border-color: var(--slate-2);
  background: #e8f4fa;
}
.ic-code {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}
.ic-name { font-size: 10px; color: var(--text-mid); }
.ic-risk { margin-top: 8px; height: 4px; border-radius: 2px; }
.inco-detail {
  background: var(--ink);
  border-radius: 12px;
  padding: 24px 28px;
  color: var(--white);
}
.id-code { font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--gold-2); margin-bottom: 3px; }
.id-name {
  font-family: var(--mono);
  font-size: 9px;
  color: rgba(255,255,255,.35);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 13px;
}
.id-body { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.8; margin-bottom: 14px; }
.id-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.id-col-lbl {
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 7px;
}
.id-col-lbl-b { color: var(--gold-2); }
.id-col-lbl-s { color: var(--slate-3); }
.id-item {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
  display: flex;
  align-items: center;
  gap: 6px;
}
.id-item::before { content: '✓'; font-size: 8.5px; color: #4ade80; flex-shrink: 0; }
.id-note {
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 7px;
  background: rgba(26,74,54,.12);
  border: 1px solid rgba(26,74,54,.25);
  font-family: var(--mono);
  font-size: 8.5px;
  color: #6ee7b7;
  line-height: 1.6;
}

/* ═══════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testi-card {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--cream-2);
  border-radius: 11px;
  transition: all .2s;
}
.testi-card:hover { box-shadow: 0 8px 28px rgba(5,9,15,.07); transform: translateY(-2px); }
.tc-stars { font-size: 12px; color: var(--gold); margin-bottom: 12px; letter-spacing: 2px; }
.tc-quote {
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: 300;
}
.tc-source { display: flex; align-items: center; gap: 10px; }
.tc-init {
  width: 34px; height: 34px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--ink-3), var(--ink-4));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  flex-shrink: 0;
}
.tc-name { font-size: 13px; font-weight: 600; color: var(--ink); }
.tc-title {
  font-family: var(--mono);
  font-size: 8px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 1px;
}
.tc-result {
  margin-top: 12px;
  padding: 7px 11px;
  border-radius: 5px;
  background: rgba(22,101,52,.05);
  border: 1px solid rgba(22,101,52,.14);
  font-family: var(--mono);
  font-size: 8.5px;
  color: var(--sage-2);
}

/* ═══════════════════════════════════
   PRICING
═══════════════════════════════════ */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.price-card {
  border-radius: 13px;
  padding: 30px 26px;
  border: 1px solid;
  transition: all .2s;
}
.pc-light { background: var(--white); border-color: var(--cream-2); }
.pc-light:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(5,9,15,.08); }
.pc-dark {
  background: var(--ink);
  border-color: var(--ink-4);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(5,9,15,.25);
}
.pc-cream { background: var(--cream); border-color: var(--cream-2); }
.pc-cream:hover { transform: translateY(-3px); }
.pc-badge {
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 3px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 14px;
}
.pcb-light { background: var(--cream-2); color: var(--text-dim); }
.pcb-dark { background: rgba(184,135,26,.14); color: var(--gold-3); }
.pcb-cream { background: rgba(26,74,54,.08); color: var(--sage-2); }
.pc-name {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.pcn-dark { color: var(--white); }
.pcn-light { color: var(--ink); }
.pc-price { margin-bottom: 5px; }
.pc-num {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 600;
}
.pcnum-dark { color: var(--gold-2); }
.pcnum-light { color: var(--ink); }
.pc-period { font-size: 14px; font-weight: 400; }
.pcper-dark { color: rgba(255,255,255,.4); }
.pcper-light { color: var(--text-mid); }
.pc-roi {
  font-family: var(--mono);
  font-size: 9px;
  margin-bottom: 18px;
}
.pcr-dark { color: rgba(255,255,255,.3); }
.pcr-light { color: var(--text-dim); }
.pc-divider { height: 1px; margin: 18px 0; }
.pcd-light { background: var(--cream-2); }
.pcd-dark { background: rgba(255,255,255,.07); }
.pc-feats { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.pc-feat {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.pcf-dark { color: rgba(255,255,255,.55); }
.pcf-light { color: var(--text-mid); }
.pc-check { font-size: 12px; flex-shrink: 0; margin-top: 1px; }
.pcc-dark { color: #4ade80; }
.pcc-light { color: var(--sage-2); }
.pc-btn {
  display: block;
  width: 100%;
  padding: 13px;
  border-radius: 7px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--sans);
  border: none;
  transition: all .15s;
  letter-spacing: .01em;
}
.pcbtn-dark { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--ink); }
.pcbtn-dark:hover { transform: translateY(-1px); }
.pcbtn-navy { background: var(--ink); color: var(--white); }
.pcbtn-navy:hover { background: var(--ink-3); }
.pcbtn-sage { background: transparent; color: var(--sage-2); border: 1.5px solid var(--sage-2); }
.pcbtn-sage:hover { background: rgba(26,74,54,.07); }

/* ═══════════════════════════════════
   CLIENT PORTAL SECTION
═══════════════════════════════════ */
.portal-section {
  background: var(--ink);
  padding: 96px 60px;
  position: relative;
  overflow: hidden;
}
.portal-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 10% 50%, rgba(184,135,26,.05) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 90% 50%, rgba(30,77,110,.07) 0%, transparent 55%);
  pointer-events: none;
}
.portal-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.portal-inner { position: relative; z-index: 1; }

.portal-access-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 48px 0;
}
.portal-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 28px 24px;
  transition: all .22s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.portal-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  opacity: 0;
  transition: opacity .22s;
}
.pc-trade::before { background: linear-gradient(90deg, var(--slate-2), var(--slate-3)); }
.pc-sourcing::before { background: linear-gradient(90deg, var(--gold), var(--gold-2)); }
.pc-executive::before { background: linear-gradient(90deg, var(--sage-2), var(--sage-3)); }
.portal-card:hover {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.15);
  transform: translateY(-3px);
}
.portal-card:hover::before { opacity: 1; }
.pc-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}
.pci-trade { background: rgba(30,77,110,.15); border: 1px solid rgba(30,77,110,.25); }
.pci-sourcing { background: rgba(184,135,26,.1); border: 1px solid rgba(184,135,26,.2); }
.pci-exec { background: rgba(26,74,54,.12); border: 1px solid rgba(26,74,54,.22); }
.pc-label {
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}
.pcl-trade { color: var(--slate-3); }
.pcl-sourcing { color: var(--gold-2); }
.pcl-exec { color: var(--sage-3); }
.pc-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}
.pc-body { font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.75; margin-bottom: 18px; }
.pc-features-list { display: flex; flex-direction: column; gap: 5px; margin-bottom: 20px; }
.pcfl-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mono);
  font-size: 9px;
  color: rgba(255,255,255,.35);
}
.pcfl-item::before { content: '✓'; font-size: 8px; color: rgba(255,255,255,.2); }
.pc-access-btn {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  text-align: center;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,.1);
  background: none;
  color: rgba(255,255,255,.5);
  transition: all .15s;
  letter-spacing: .01em;
}
.portal-card:hover .pc-access-btn {
  border-color: rgba(255,255,255,.25);
  color: var(--white);
}
.pc-trade:hover .pc-access-btn { border-color: rgba(61,138,173,.5); color: var(--slate-3); }
.pc-sourcing:hover .pc-access-btn { border-color: rgba(184,135,26,.4); color: var(--gold-2); }
.pc-executive:hover .pc-access-btn { border-color: rgba(46,144,96,.4); color: var(--sage-3); }

.portal-bottom-bar {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.pbb-text { font-size: 13px; color: rgba(255,255,255,.4); }
.pbb-text strong { color: rgba(255,255,255,.75); }
.pbb-btns { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.pbb-btn-ghost {
  padding: 9px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: none;
  color: rgba(255,255,255,.5);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--sans);
  transition: all .15s;
  white-space: nowrap;
}
.pbb-btn-ghost:hover { border-color: rgba(255,255,255,.25); color: var(--white); }
.pbb-btn-gold {
  padding: 9px 20px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--sans);
  transition: all .15s;
  white-space: nowrap;
  box-shadow: 0 3px 12px rgba(184,135,26,.25);
}
.pbb-btn-gold:hover { transform: translateY(-1px); }

/* Staff portal note */
.staff-access-strip {
  margin-top: 20px;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sas-text {
  font-family: var(--mono);
  font-size: 9px;
  color: rgba(255,255,255,.25);
  letter-spacing: .06em;
}
.sas-link {
  font-family: var(--mono);
  font-size: 9px;
  color: rgba(255,255,255,.35);
  cursor: pointer;
  transition: color .15s;
  text-decoration: none;
  white-space: nowrap;
}
.sas-link:hover { color: rgba(255,255,255,.65); }

/* ═══════════════════════════════════
   CTA BAND
═══════════════════════════════════ */
.cta-band {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-3) 50%, var(--ink) 100%);
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(184,135,26,.07), transparent);
}
.ctab-h {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 300;
  color: var(--white);
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}
.ctab-h em { font-style: italic; color: var(--gold-3); }
.ctab-p {
  font-size: 15px;
  color: rgba(255,255,255,.45);
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
.ctab-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════
   CONTACT
═══════════════════════════════════ */
.contact-split { display: grid; grid-template-columns: 1fr 460px; gap: 64px; align-items: start; }
.contact-form-card {
  background: var(--white);
  border: 1px solid var(--cream-2);
  border-radius: 14px;
  padding: 34px;
  box-shadow: 0 8px 32px rgba(5,9,15,.06);
}
.cf-label {
  font-family: var(--mono);
  font-size: 8.5px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-dim);
  margin-bottom: 5px;
  display: block;
}
.cf-input {
  width: 100%;
  padding: 10px 13px;
  border-radius: 7px;
  font-size: 13px;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--cream-3);
  outline: none;
  transition: border .15s;
  margin-bottom: 13px;
}
.cf-input:focus { border-color: var(--gold); }
.cf-select {
  width: 100%;
  padding: 10px 13px;
  border-radius: 7px;
  font-size: 13px;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--cream-3);
  outline: none;
  margin-bottom: 13px;
  appearance: none;
}
.cf-select:focus { border-color: var(--gold); }
.cf-textarea {
  width: 100%;
  padding: 10px 13px;
  border-radius: 7px;
  font-size: 13px;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--cream-3);
  outline: none;
  resize: vertical;
  min-height: 90px;
  margin-bottom: 13px;
}
.cf-textarea:focus { border-color: var(--gold); }
.cf-submit {
  width: 100%;
  padding: 14px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--sans);
  cursor: pointer;
  border: none;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--ink);
  transition: all .15s;
  box-shadow: 0 4px 16px rgba(184,135,26,.25);
  letter-spacing: .01em;
}
.cf-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(184,135,26,.35); }
.cf-success {
  display: none;
  text-align: center;
  padding: 24px;
}
.cf-success.show { display: block; }
.cf-success-icon { font-size: 32px; margin-bottom: 10px; }
.cf-success-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.cf-success-body { font-size: 13px; color: var(--text-mid); line-height: 1.7; }
.cf-ref {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 9px;
  color: var(--text-dim);
}

.contact-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.cii-icon {
  width: 38px; height: 38px;
  border-radius: 8px;
  background: var(--gold-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.cii-h { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.cii-p { font-size: 12px; color: var(--text-mid); line-height: 1.65; }
.cii-p a { color: var(--slate-2); }

.ccb {
  background: var(--ink);
  border-radius: 11px;
  padding: 22px;
  margin-top: 22px;
}
.ccb-h { font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--white); margin-bottom: 7px; }
.ccb-p { font-size: 12px; color: rgba(255,255,255,.45); line-height: 1.65; margin-bottom: 14px; }
.ccb-btn {
  display: block;
  width: 100%;
  padding: 11px;
  border-radius: 6px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--sans);
  border: none;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--ink);
}

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
.footer {
  background: var(--ink-2);
  padding: 60px 60px 36px;
  border-top: 1px solid var(--rule);
}
.footer-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand-p {
  font-size: 12px;
  color: rgba(255,255,255,.35);
  line-height: 1.8;
  margin: 12px 0 16px;
}
.footer-h {
  font-family: var(--mono);
  font-size: 8.5px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.25);
  margin-bottom: 14px;
}
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,.4); transition: color .15s; }
.footer-links a:hover { color: var(--gold-2); }
.footer-links a.portal-link {
  color: var(--gold-2);
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-links a.portal-link:hover { color: var(--gold-3); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}
.footer-copy { font-family: var(--mono); font-size: 9px; color: rgba(255,255,255,.2); }
.footer-sts {
  font-family: var(--serif);
  font-size: 11px;
  font-style: italic;
  background: linear-gradient(135deg, var(--gold-2), var(--slate-3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ═══════════════════════════════════
   ANIMATIONS
═══════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-up { opacity: 0; animation: fadeUp .65s ease forwards; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .22s; }
.delay-3 { animation-delay: .34s; }
.delay-4 { animation-delay: .46s; }
.delay-5 { animation-delay: .58s; }

/* ─── Overlay backdrop ─── */
.portal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5,9,15,.4);
  z-index: 470;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s;
}
.portal-overlay.show { opacity: 1; pointer-events: all; }